go/types.Checker.incomparableCause (method)

3 uses

	go/types (current package)
		expr.go#L505: 			cause = check.incomparableCause(x.typ)
		expr.go#L510: 			cause = check.incomparableCause(y.typ)
		expr.go#L577: func (check *Checker) incomparableCause(typ Type) string {